home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / graphicgems4.lha / GemsIV / data_smooth / README next >
Encoding:
Text File  |  1995-02-06  |  378 b   |  10 lines

  1. ANSI C code from the article
  2. "Smoothing and Interpolation with Finite Differences"
  3. by Paul H. C. Eilers, paul@dcmr.nl
  4. in "Graphics Gems IV", Academic Press, 1994
  5.  
  6. files:
  7.     smooth1.c: Smoothing and interpolation with first differences.
  8.     smooth2.c: Smoothing and interpolation with second differences.
  9.     smooth3.c: Smoothing and interpolation with any difference equation.
  10.